home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 April / Macworld (1999-04).dmg / Cool Specials / Al Morale Demo / Al's Stuff / D200.DCR / 00036_Make Quit Face.2.ls < prev    next >
Encoding:
Text File  |  1999-02-16  |  188 b   |  12 lines

  1. on idle
  2.   if rollOver(15) then
  3.     puppetSprite(4, 1)
  4.     set the memberNum of sprite 4 to the number of member "QuitFace"
  5.     updateStage()
  6.   end if
  7. end
  8.  
  9. on exitFrame
  10.   go(the frame)
  11. end
  12.